Release 10.1A: OpenEdge Development:
Debugging and Troubleshooting
Objects created and deleted implicitly
OpenEdge creates and deletes some objects implicitly. This means the 4GL application does not explicitly have a
CREATEorDELETEOBJECTstatement for the object. An example of implicit object creation is aSOCKETobject, which OpenEdge creates when it receives aConnectevent on aSERVER-SOCKET. In this case, the log entry contains the wordIMPLICIT. OpenEdge creates the following object types implicitly:An example of implicit object deletion is when OpenEdge destroys an object during the course of destroying its object pool. In this case, the log entry contains the word
POOLDEL.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |